1. Crear en la tabla datacloning la columna idProject, INT(12) para guardar los proyectos.

	ALTER TABLE projeqtor.datacloning ADD COLUMN idProject INT(12) NOT NULL AFTER idle;

2. Abrir el archivo datacloning.php, buscar la variable $prefixDB y poner el prefijo que van a tener la nueva BBDD.
3. Copiar el archivo datacloning.php en la carpeta model.
4. Copiar el archivo dynamicDialogAddDataCloning.php en la carpeta Tools.
5. Copiar el archivo saveDataCloning.php en la carpeta Tools.

--------------------------------------------------------------------------------------------------------------------

1. Create in the datacloning table the idProject column, INT (12) to save the projects.

	ALTER TABLE projeqtor.datacloning ADD COLUMN idProject INT(12) NOT NULL AFTER idle;

2. Open the datacloning.php file, find the $ prefixDB variable and set the prefix that the new database will have.
3. Copy the file datacloning.php to the model folder.
4. Copy the dynamicDialogAddDataCloning.php file to the Tools folder.
5. Copy the saveDataCloning.php file to the Tools folder.
